Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency @quasar/app-vite to v2 #760

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 4, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@quasar/app-vite (source) ^1.0.0 -> ^2.0.0 age adoption passing confidence

Release Notes

quasarframework/quasar (@​quasar/app-vite)

v2.0.0

Compare Source

Here we go. Time to upgrade and to celebrate! 🥳 🎉🎉🎉

For all the new features & improvements & breaking changes, head to the Upgrade Guide. Make sure that the docs PWA gets updated (force it if you have to).

We recommend going through the upgrade guide even if upgrading from the betas or rc versions, to ensure nothing is missed out.

We've also updated the docs with our recommendations on the ESLint v9 configuration.

Changes (from rc.4)

  • Dropped support for Vuex. Pinia has been the official store for Vue 3 for a while now. Vuex was deprecated in app-vite v1 and it had problems with the new structure, so it's now removed. You can still use Vuex as any Vue plugin, but you will have to manage everything(installing the store, hydration, no store parameter in boot files, etc.) yourself and will not receive any support from Quasar CLI. You will likely have to patch Vuex in order to get it working with TypeScript. We recommend migrating to Pinia.
  • feat(app-vite): use stable Vite 6 (instead of its beta; was recently released)
  • refactor(app-vite): add ResolvedQuasarConf type
  • feat(app-vite): move router typings from store files to .quasar
  • fix(app-vite): boot files are broken in SSR #​17658
  • fix(app-vite): always generate Capacitor deps aliases if the mode is installed (fix: #​17659)
  • feat(app-vite): remove support for legacy "quasar.conf.js" file (use quasar.config.js instead)
  • feat(app-vite): relax ts detection (quasar.config format should not matter)
  • perf(app-vite): replace "fast-glob" with "tinyglobby"

Donations

Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider the following:


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/quasar-app-vite-2.x branch 19 times, most recently from bfca87f to e7ff850 Compare December 11, 2024 11:27
@renovate renovate bot force-pushed the renovate/quasar-app-vite-2.x branch 7 times, most recently from d54aae0 to 2cb713f Compare December 15, 2024 07:50
@renovate renovate bot force-pushed the renovate/quasar-app-vite-2.x branch from 2cb713f to 20e747e Compare December 15, 2024 12:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants